[INFO] cloning repository https://github.com/alekLukanen/orkidea
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alekLukanen/orkidea" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FalekLukanen%2Forkidea", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FalekLukanen%2Forkidea'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dd20c0b8aad3603b820b4f1b62f68324142ac020
[INFO] checking alekLukanen/orkidea/dd20c0b8aad3603b820b4f1b62f68324142ac020 against master#40557f6225e337d68c8d4f086557ce54135f5dd9 for pr-158447
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FalekLukanen%2Forkidea" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/alekLukanen/orkidea
[INFO] finished tweaking git repo https://github.com/alekLukanen/orkidea
[INFO] tweaked toml for git repo https://github.com/alekLukanen/orkidea written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/alekLukanen/orkidea on toolchain 40557f6225e337d68c8d4f086557ce54135f5dd9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/alekLukanen/orkidea already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tonic v0.13.1
[INFO] [stderr]   Downloaded tonic-build v0.13.1
[INFO] [stderr]   Downloaded axum-core v0.5.2
[INFO] [stderr]   Downloaded axum v0.8.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d3ef942ba5ee56ad530d5bb2e16719629f7310d0560252632337b02ad61b4c48
[INFO] running `Command { std: "docker" "start" "d3ef942ba5ee56ad530d5bb2e16719629f7310d0560252632337b02ad61b4c48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d3ef942ba5ee56ad530d5bb2e16719629f7310d0560252632337b02ad61b4c48" "/opt/rustwide/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d3ef942ba5ee56ad530d5bb2e16719629f7310d0560252632337b02ad61b4c48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d3ef942ba5ee56ad530d5bb2e16719629f7310d0560252632337b02ad61b4c48" "/opt/rustwide/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking slab v0.4.10
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking cfg-if v1.0.1
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]    Compiling prettyplease v0.2.36
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rustc-demangle v0.1.25
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking tokio v1.46.1
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking backtrace v0.3.75
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling tonic-build v0.13.1
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking h2 v0.4.11
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]    Compiling orkidea v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking axum v0.8.4
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking hyper-util v0.1.16
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.13.1
[INFO] [stdout] warning: unused import: `tokio_util::sync::CancellationToken`
[INFO] [stdout]  --> src/rpc/server/exchange.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tokio_util::sync::CancellationToken;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Request`, `Response`, and `Status`
[INFO] [stdout]  --> src/worker/worker.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use tonic::{Request, Response, Status, transport::Server};
[INFO] [stdout]   |             ^^^^^^^  ^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Level` and `info`
[INFO] [stdout]  --> src/worker/worker.rs:7:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tracing::{Level, info};
[INFO] [stdout]   |               ^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio_util::sync::CancellationToken`
[INFO] [stdout]  --> src/rpc/server/exchange.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tokio_util::sync::CancellationToken;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Request`, `Response`, and `Status`
[INFO] [stdout]  --> src/worker/worker.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use tonic::{Request, Response, Status, transport::Server};
[INFO] [stdout]   |             ^^^^^^^  ^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Level` and `info`
[INFO] [stdout]  --> src/worker/worker.rs:7:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tracing::{Level, info};
[INFO] [stdout]   |               ^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_id`
[INFO] [stdout]    --> src/exchange/exchange.rs:169:17
[INFO] [stdout]     |
[INFO] [stdout] 169 |                 event_id,
[INFO] [stdout]     |                 ^^^^^^^^ help: try ignoring the field: `event_id: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `queue`
[INFO] [stdout]    --> src/exchange/exchange.rs:171:21
[INFO] [stdout]     |
[INFO] [stdout] 171 |                 let queue = if let Some(queue) = self.queues.get_mut(queue_name) {
[INFO] [stdout]     |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_queue`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `value` are never read
[INFO] [stdout]  --> src/exchange/event.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Attribute {
[INFO] [stdout]   |            --------- fields in this struct
[INFO] [stdout] 7 |     name: String,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 8 |     value: String,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Attribute` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `data` and `attributes` are never read
[INFO] [stdout]   --> src/exchange/event.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct Event {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 29 |     id: u64,
[INFO] [stdout] 30 |     data: Vec<u8>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 31 |     attributes: Vec<Attribute>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Event` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id` and `event_id` are never read
[INFO] [stdout]  --> src/exchange/transaction.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Transaction {
[INFO] [stdout]   |            ----------- fields in this struct
[INFO] [stdout] 7 |     id: u64,
[INFO] [stdout]   |     ^^
[INFO] [stdout] 8 |     event_id: u64,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Transaction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_id`
[INFO] [stdout]    --> src/exchange/exchange.rs:169:17
[INFO] [stdout]     |
[INFO] [stdout] 169 |                 event_id,
[INFO] [stdout]     |                 ^^^^^^^^ help: try ignoring the field: `event_id: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `queue`
[INFO] [stdout]    --> src/exchange/exchange.rs:171:21
[INFO] [stdout]     |
[INFO] [stdout] 171 |                 let queue = if let Some(queue) = self.queues.get_mut(queue_name) {
[INFO] [stdout]     |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_queue`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `value` are never read
[INFO] [stdout]  --> src/exchange/event.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Attribute {
[INFO] [stdout]   |            --------- fields in this struct
[INFO] [stdout] 7 |     name: String,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 8 |     value: String,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Attribute` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `data` and `attributes` are never read
[INFO] [stdout]   --> src/exchange/event.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct Event {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 29 |     id: u64,
[INFO] [stdout] 30 |     data: Vec<u8>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 31 |     attributes: Vec<Attribute>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Event` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id` and `event_id` are never read
[INFO] [stdout]  --> src/exchange/transaction.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Transaction {
[INFO] [stdout]   |            ----------- fields in this struct
[INFO] [stdout] 7 |     id: u64,
[INFO] [stdout]   |     ^^
[INFO] [stdout] 8 |     event_id: u64,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Transaction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
[INFO] running `Command { std: "docker" "inspect" "d3ef942ba5ee56ad530d5bb2e16719629f7310d0560252632337b02ad61b4c48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3ef942ba5ee56ad530d5bb2e16719629f7310d0560252632337b02ad61b4c48", kill_on_drop: false }`
[INFO] [stdout] d3ef942ba5ee56ad530d5bb2e16719629f7310d0560252632337b02ad61b4c48
